home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 December / Designer's Club 1997 December.iso / pc / IDEASRC / Helpers.Dir / 00059.ls < prev    next >
Encoding:
Text File  |  1997-11-12  |  185 b   |  9 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite the clickOn to 0
  4.     updateStage()
  5.   end repeat
  6.   set the visible of sprite the clickOn to 1
  7.   updateStage()
  8. end
  9.